home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKitArchive.mbox / mbox / 000173_misckit-reques…aska.et.byu.edu_Thu Apr 7 12:10:28 1994.msg < prev    next >
Internet Message Format  |  1994-10-30  |  2KB

  1. Return-Path: <misckit-request@alaska.et.byu.edu>
  2. Received: from alaska.et.byu.edu by darth.byu.edu (NX5.67d/NX3.0M)
  3.     id AA00430; Thu, 7 Apr 94 12:10:19 -0600
  4. Received: from wilgate.wiltel.com by alaska.et.byu.edu; Thu, 7 Apr 1994 07:58:29 -0600
  5. Received: from hal01.wiltel.com by wilgate.wiltel.com with SMTP id AA27409
  6.   (5.67b/IDA-1.5 for <misckit@alaska.et.byu.edu>); Thu, 7 Apr 1994 09:00:24 -0500
  7. Received: from atg by hal01.wiltel.com (NX5.67d/NX3.0S)
  8.     id AA08774; Thu, 7 Apr 94 08:36:35 -0500
  9. Received: from wtg62 by atg.wiltel.com (NX5.67d/NX3.0M)
  10.     id AA08645; Thu, 7 Apr 94 08:56:22 -0500
  11. From: Craig Kelley <craig_kelley@wiltel.com>
  12. Message-Id: <9404071356.AA08645@atg.wiltel.com>
  13. Received: by wtg62 (NX5.67d/NX3.0X)
  14.     id AA00466; Thu, 7 Apr 94 08:56:20 -0500
  15. Date: Thu, 7 Apr 94 08:56:20 -0500
  16. Received: by NeXT.Mailer (1.100)
  17. Received: by NeXT Mailer (1.100)
  18. To: misckit@alaska.et.byu.edu
  19. Subject: Re: MiscKit.pkg
  20.  
  21.  
  22. Another possible reason for splitting things up into separate libraries is for programs that are not dependent on the Appkit.  Not all programs on the NeXT are GUI related (oh, blasphemy).  There may be classes from the MiscKit that I would like to use but I don't want to have to link in the appkit since I don't use a GUI (servers and such).
  23.  
  24. ---
  25. Craig L. Kelley
  26. WilTel Advanced Technology Group
  27. craig_kelley@wiltel.com
  28.  
  29. >From: "David Aspinall" <dave@circus.yorku.ca>
  30. >Subject: Re: MiscKit.pkg
  31. >
  32. >My $.02:
  33. >...
  34. >What I would like is to .. maybe .. split the kit up into logical units.
  35. >...
  36. >What I'm thinking of is kinda a hierarchy of dependance.  Sort of like
  37. >how you (probably) couldn't use IndexingKit without using the Appkit
  38. >(although I haven't tried this).  So we might start with
  39. >
  40. >MiscFoundation
  41. >    MiscString and other base level data structures
  42. >
  43. >MiscFind
  44. >    Its already a partioned project, why not a separate library.
  45. >    Dependant on a compiled MiscFoundation library.
  46. >
  47. >MiscAppkitExtensions
  48. >    Views, buttons, sliders, anything that is directly connected to
  49. >    the appkit, or maybe MiscInterfaces.  I know the palettes are
  50. >    already separate libraries, but they could be consolidated.
  51. >    Dependant on a compiled MiscFoundation library.
  52. >
  53. >
  54. >Anyway, the only reason I see this as having any merit (as an idea) is to
  55. >collect sections that are not changing as often, and hold them at one
  56. >release.
  57. >...